ArcGIS Runtime SDK for WPF - Library Reference
LabelPointsTaskAsync(IList<Graphic>) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > LabelPointsTaskAsync Method : LabelPointsTaskAsync(IList<Graphic>) Method

graphics
The graphics used to calculate label points.
Generates a set of points suitable for displaying labels for the given set of Graphics.

Syntax

Visual Basic (Declaration) 
Public Overloads Function LabelPointsTaskAsync( _
   ByVal graphics As IList(Of Graphic) _
) As Task(Of LabelPointsResult)
C# 
public Task<LabelPointsResult> LabelPointsTaskAsync( 
   IList<Graphic> graphics
)

Parameters

graphics
The graphics used to calculate label points.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.